Skip to content

Removed macros. #1457

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 4, 2025
Merged

Removed macros. #1457

merged 1 commit into from
Jul 4, 2025

Conversation

kmvanbrunt
Copy link
Member

No description provided.

Copy link

codecov bot commented Jul 4, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.50%. Comparing base (0937472) to head (5dbd91f).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1457      +/-   ##
==========================================
- Coverage   98.57%   98.50%   -0.07%     
==========================================
  Files          20       20              
  Lines        5749     5566     -183     
==========================================
- Hits         5667     5483     -184     
- Misses         82       83       +1     
Flag Coverage Δ
unittests 98.50% <100.00%> (-0.07%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@tleonhardt tleonhardt added this to the 3.0.0 milestone Jul 4, 2025
@@ -2753,99 +2723,6 @@ def combine_rl_history(statement: Statement) -> None:

return statement

def _input_line_to_statement(self, line: str, *, orig_rl_history_length: Optional[int] = None) -> Statement:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I forgot how much avoidable complexity macros added. Nice work surgically removing them. Everything here LGTM.

@kmvanbrunt kmvanbrunt merged commit acb824b into main Jul 4, 2025
32 of 33 checks passed
@kmvanbrunt kmvanbrunt deleted the remove_macros branch July 4, 2025 22:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants